Load(Stream, SampleQuality, bool)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Ogg


Creates new SoundBuffer for the current output device and loads data from OGG stream.

Syntax

public static SoundBuffer Load(
	Stream stream,
	SampleQuality quality,
	bool closeStream
)

Remarks

The stream should be finite.
Back to index